/* 88霸服私服網 Footer 樣式 */

/* 統計區塊樣式 */
#caired {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Microsoft JhengHei", "PingFang TC", sans-serif;
    background: linear-gradient(135deg, #ff6b7a 0%, #ffa8b3 50%, #ff6b7a 100%);
    box-shadow: 0 8px 32px rgba(255, 107, 122, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}

#caired .cai {
    font-weight: 700;
    padding: 20px 10px;
}

#caired .cai ul {
    display: flex;
    height: 150px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#caired .cai ul li {
    width: 20%; 
    color: #fff; 
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

#caired .cai ul li:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin: 10px 5px;
}

#caired .cai ul li p {
    font-size: 16px; 
    font-weight: 600;
    margin: 5px 0 0 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

#caired .cai ul li span {
    font-size: 32px; 
    font-family: "Arial Black", Arial;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    margin: 5px 0;
}

#caired .cai ul li i {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    opacity: 0.9;
}

/* 手機版適配 */
@media screen and (max-width: 768px) {
    #caired .cai ul li span {
        font-size: 18px;
    }
    #caired .cai ul li p {
        font-size: 14px;
    }
    #caired .cai ul {
        height: 120px;
    }
}

/* 統計區塊數字後面的 + 號 */
#panda_stat .siteCount ul li span:after {
    content: "+";
    position: absolute;
    font-size: 26px;
}

/* 統計區塊容器 */
#panda_stat {
    box-shadow: 0 0 10px var(--main-shadow);
    margin-bottom: -35px;
}

#panda_stat .siteCount {
    position: relative;
    padding: 70px 0;
    border-radius: var(--main-radius);
}

#panda_stat .siteCount .wrapper {
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}

#panda_stat .siteCount ul {
    display: flex;
}

#panda_stat .siteCount ul li {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

#panda_stat .siteCount ul li span {
    font-size: 48px;
    font-family: Arial;
}

@media screen and (max-width: 768px) {
    #panda_stat .siteCount ul li span {
        font-size: 20px;
        font-family: Arial;
    }
}

#panda_stat .p-wh {
    font-weight: 700;
}

/* 波浪動畫 */
.wave-box {
    position: relative;
    height: 30px;
}

.marquee-box {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.marquee {
    width: 8000%;
    height: 60px;
}

.wave-list-box {
    float: left;
}

.wave-list-box ul {
    float: left;
    height: 60px;
    overflow: hidden;
    zoom: 1;
}

.wave-list-box ul li {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 30px;
    list-style: none;
}

/* Footer 主體 */
.footer1 {
    background: #121212 !important;
    font-size: 13px;
    position: relative;
    z-index: 1;
}

.footer-navi {
    position: relative;
    line-height: 1.9286;
    z-index: 20;
    display: none;
    background: #121212 !important;
    background-size: cover;
}

@media(max-width:768px) {
    .footer-navi {
        display: block;
    }
    .foot-copyright {
        padding: 0px 10px 0px 10px;
    }
}

@media(min-width:768px) {
    .footer-navi {
        display: block;
    }
}

@media(min-width:1310px) {
    .footer-navi {
        overflow: visible;
    }
}

.footer-navi .wrapper {
    overflow: visible;
    display: flex;
}

.footer-navi a {
    font-size: 14px;
}

.footer-navi .title {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.38889;
    margin-bottom: 14px;
}

.footer-navi .widget {
    box-sizing: border-box;
    position: relative;
}

.footer-navi .about {
    margin: -8px 12px 10px;
}

@media(min-width:1024px) {
    .footer-navi .about {
        width: 40%;
        padding-right: 15px;
        margin: 0 20px;
        font-size: 13px;
    }
}

@media(min-width:1310px) {
    .footer-navi .about {
        font-size: 14px;
        padding-right: 0 20px;
        height: 190px;
    }
}

/* 版權信息 */
.foot-copyright p {
    font-size: 12px;
    line-height: 30px;
    width: 100%;
    text-align: center;
}

.fla {
    float: left;
}

/* 清除浮動 */
#Onecad_footer_ys2 .wrapper:before,
#Onecad_footer_ys2 .wrapper:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}

/* 響應式 */
@media(min-width:768px) {
    .Onecad_fl {
        float: left;
    }
    .fr {
        float: right;
    }
}

@media(max-width:1023px) {
    .hide_sm {
        display: none !important;
    }
}

/* 通用樣式 */
a,
a:active,
a:visited {
    text-decoration: none;
    transition: all .2s;
}

#Onecad_footer_ys2 .widget ul li {
    font-size: 13px;
    padding-top: 5px;
    box-sizing: border-box;
}

.hidden {
    display: none !important;
}

/* panda_title 容器 */
#panda_title {
    margin: 0 auto;
    max-width: 1440px;
}